runtime.gcWork.tryStealSpan (method)

3 uses

	runtime (current package)
		mgcmark.go#L1323: 								s = gcw.tryStealSpan()
		mgcmark.go#L1431: 								s = gcw.tryStealSpan()
		mgcmark_greenteagc.go#L797: func (w *gcWork) tryStealSpan() objptr {